Home > biomechZoo > Toolbox > PiG Ops > getbones_data.m

getbones_data

PURPOSE ^

[bone,jnt,data] = GETBONES_DATA(data) retrieves bone information from data struct and creates

SYNOPSIS ^

function [pgbone,jnt,data,oxbone] = getbones_data(data)

DESCRIPTION ^

 [bone,jnt,data] = GETBONES_DATA(data) retrieves bone information from data struct and creates
 joints. This is used for grood and suntay calculations 

 ARGUMENTS
 data    ....  struct containing marker data

 RETURNS
 bone   ....   The names of the different bone segments
 jnt    ...    The joint name and the bones used to calculate the joint
               angle ex. RightMTP joint is calculated from RightForeFoot and RightHallux

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005